home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / DiceSource / src / vcommon / DefaultFonts.c next >
C/C++ Source or Header  |  1997-09-09  |  1KB  |  50 lines

  1. /*
  2.  * MKSoft Development Amiga ToolKit V1.0
  3.  *
  4.  * Copyright (c) 1985,86,87,88,89,90 by MKSoft Development
  5.  *
  6.  * $Id: DefaultFonts.c,v 30.8 1994/08/18 05:53:12 dice Exp dice $
  7.  *
  8.  * $Source: /home/dice/com/src/vcommon/RCS/DefaultFonts.c,v $
  9.  *
  10.  * $Date: 1994/08/18 05:53:12 $
  11.  *
  12.  * $Revision: 30.8 $
  13.  *
  14.  * $Log: DefaultFonts.c,v $
  15.  * Revision 30.8  1994/08/18  05:53:12  dice
  16.  * .
  17.  *
  18.  * Revision 30.0  1994/06/10  18:09:38  dice
  19.  * .
  20.  *
  21.  * Revision 30.0  1994/06/10  18:09:38  dice
  22.  * .
  23.  *
  24.  * Revision 1.1  1992/07/18  23:06:34  jtoebes
  25.  * Initial revision
  26.  *
  27.  * Revision 1.1  92/04/21  06:21:31  J_Toebes
  28.  * Initial revision
  29.  * 
  30.  * Revision 1.1  90/05/20  12:15:58  mks
  31.  * Initial revision
  32.  * 
  33.  */
  34.  
  35. /*
  36.  * This file contains the TOPAZ80 default font for
  37.  * global recognition...
  38.  */
  39.  
  40. #include    <exec/types.h>
  41. #include    <graphics/text.h>
  42.  
  43. #include    "DefaultFonts.h"
  44.  
  45. static char fontnam[11]="topaz.font";
  46.  
  47. struct TextAttr TOPAZ80={fontnam,8,0,FPF_ROMFONT};
  48.  
  49. struct TextAttr TOPAZ60={fontnam,9,0,FPF_ROMFONT};
  50.